GetCurrentDate

 

Object and Type

 

Object  : FCSession

Type     : Method

 

 

Prototype

 

Public Function GetCurrentDate() As Date

 

 

Description

 

This method returns the current local time zone date and time.

 

 

Returns     

 

This method returns the current date and time in the local time zone.

 

 

Example

 

The following example displays the current local time.

 

JavaScript:

The code in this example is written in JavaScript for inclusion in ASP pages.

 

Response.Write("<BR>current session time = " + FCSession.GetCurrentDate());